From: Juri Linkov Date: Sun, 6 Jun 2004 02:46:29 +0000 (+0000) Subject: (defface): Add `supports' to docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22131 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=304aba1c5e98b6673f71b0f9cd9c31cf16282f9c;p=emacs.git (defface): Add `supports' to docstring. --- diff --git a/lisp/custom.el b/lisp/custom.el index ae9d86cab00..e86308c95e7 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -311,6 +311,11 @@ following REQ are defined: Should be an integer, it is compared with the result of `display-color-cells'. +`supports' (only match frames that support the specified face attributes) + Should be a list of face attributes. See the documentation for + the function `display-supports-face-attributes-p' for more + information on exactly how testing is done. + Read the section about customization in the Emacs Lisp manual for more information." ;; It is better not to use backquote in this file,